home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
system
/
int24.zip
/
INT24ERR.C
< prev
next >
Wrap
Text File
|
1986-02-19
|
149b
|
12 lines
int24err()
{
extern int far int24error;
int w;
w = int24error;
int24error = 0; /* reset error to zero */
return(w);
}